[INFO] cloning repository https://github.com/bjorn1004/route-finder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bjorn1004/route-finder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjorn1004%2Froute-finder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjorn1004%2Froute-finder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84b9cb7f8582dc06e04a11ff6d45f67593eba957
[INFO] fixing bjorn1004/route-finder against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjorn1004%2Froute-finder" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/bjorn1004/route-finder
[INFO] finished tweaking git repo https://github.com/bjorn1004/route-finder
[INFO] tweaked toml for git repo https://github.com/bjorn1004/route-finder written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bjorn1004/route-finder on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bjorn1004/route-finder already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-env-helpers v0.2.2
[INFO] [stderr]   Downloaded emath v0.33.2
[INFO] [stderr]   Downloaded wayland-protocols-misc v0.3.9
[INFO] [stderr]   Downloaded epaint v0.33.2
[INFO] [stderr]   Downloaded ecolor v0.33.2
[INFO] [stderr]   Downloaded egui-winit v0.33.2
[INFO] [stderr]   Downloaded egui_glow v0.33.2
[INFO] [stderr]   Downloaded egui-wgpu v0.33.2
[INFO] [stderr]   Downloaded eframe v0.33.2
[INFO] [stderr]   Downloaded egui v0.33.2
[INFO] [stderr]   Downloaded epaint_default_fonts v0.33.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a
[INFO] running `Command { std: "docker" "start" "b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking wayland-sys v0.31.7
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking mint v0.5.9
[INFO] [stderr]     Checking flate2 v1.1.7
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking epaint_default_fonts v0.33.2
[INFO] [stderr]     Checking moxcms v0.7.10
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling toml_edit v0.23.9
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking accesskit_consumer v0.31.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking nix v0.30.1
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::LaneCount`, `core::simd::SupportedLaneCount`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/other.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 | use core::simd::{LaneCount, MaskElement, SupportedLaneCount};
[INFO] [stdout]    |                  ^^^^^^^^^               ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::LaneCount`, `core::simd::SupportedLaneCount`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/utils.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | use core::simd::{LaneCount, SimdElement, SupportedLaneCount};
[INFO] [stdout]    |                  ^^^^^^^^^               ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::simd::LaneCount`, `core::simd::SupportedLaneCount`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_int.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 | use core::simd::{LaneCount, SupportedLaneCount};
[INFO] [stdout]    |                  ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  no `LaneCount` in `simd`
[INFO] [stdout]    |
[INFO] [stdout]    = note: unresolved item `crate::distr::utils::simd_wmul::LaneCount` exists but is inaccessible
[INFO] [stdout]    = note: unresolved item `crate::distr::utils::simd_wmul::SupportedLaneCount` exists but is inaccessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `LaneCount` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/integer.rs:165:13
[INFO] [stdout]     |
[INFO] [stdout] 165 |             LaneCount<LANES>: SupportedLaneCount,
[INFO] [stdout]     |             ^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 178 | simd_impl!(u8, i8, u16, i16, u32, i32, u64, i64);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `simd_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `SupportedLaneCount` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/integer.rs:165:31
[INFO] [stdout]     |
[INFO] [stdout] 165 |             LaneCount<LANES>: SupportedLaneCount,
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] ...
[INFO] [stdout] 178 | simd_impl!(u8, i8, u16, i16, u32, i32, u64, i64);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `simd_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a", kill_on_drop: false }`
[INFO] [stdout] b43427fa834f5967ecf40dfe84f18118aedf1de7d86d9f90b7ccbf732d51e52a
